V58
authorjoan <joan@abyz.co.uk>
Thu, 3 Nov 2016 16:36:56 +0000 (16:36 +0000)
committerjoan <joan@abyz.co.uk>
Thu, 3 Nov 2016 16:36:56 +0000 (16:36 +0000)
pigpio.3
pigpio.c
pigpio.h
pigpiod.1
pigpiod.c

index 47e6a8aa2b32456bde6ef0d495965baf572033a8..e33dde619de363257dc738902a2bf69318213b9d 100644 (file)
--- a/pigpio.3
+++ b/pigpio.3
@@ -10065,6 +10065,8 @@ A 16-bit word value.
 .br
 #define PI_DEFAULT_IF_FLAGS                0
 .br
+#define PI_DEFAULT_FOREGROUND              0
+.br
 #define PI_DEFAULT_DMA_CHANNEL             14
 .br
 #define PI_DEFAULT_DMA_PRIMARY_CHANNEL     14
index 912f689d514378c7f0bb660c376bd4ce1c8f6b85..eacb301ffba4faf18be56b146afe374a37e300d3 100644 (file)
--- a/pigpio.c
+++ b/pigpio.c
@@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 For more information, please refer to <http://unlicense.org/>
 */
 
-/* pigpio version 57 */
+/* pigpio version 58 */
 
 /* include ------------------------------------------------------- */
 
index 978e6b5fd5f41c39e4ee18fe565d28250f5c6a1b..d4217442782a2ee2b50025898e7c1c39020e58f1 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
 #include <stdint.h>
 #include <pthread.h>
 
-#define PIGPIO_VERSION 57
+#define PIGPIO_VERSION 58
 
 /*TEXT
 
index 188f352fa6ef009be574233f4ad5c236bb692550..e7fef5ac7199a6370bec01e089f2cc6e6aa0ce3c 100644 (file)
--- a/pigpiod.1
+++ b/pigpiod.1
@@ -63,6 +63,11 @@ Disable fifo interface.
 .
 Default enabled
 .
+.IP "\fB-g\fP"
+Run in foreground (do not fork).
+.
+Default disabled
+.
 .IP "\fB-k\fP"
 Disable local and remote socket interface.
 .
index 1789dac451275952cc977333987f8a3360a72e46..989cf07d81c89fcbed98cf7eff9b17d0be81c396 100644 (file)
--- a/pigpiod.c
+++ b/pigpiod.c
@@ -26,7 +26,7 @@ For more information, please refer to <http://unlicense.org/>
 */
 
 /*
-This version is for pigpio version 56+
+This version is for pigpio version 58+
 */
 
 #include <sys/types.h>